home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m20.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  551 b   |  20 lines

  1. on mouseDown
  2.   global gSaveItemsDirectoryPath, gOnIBM, gSaveFile, gMyPath, gMyText, gMyFileName
  3.   set the moveableSprite of sprite 23 to 0
  4.   if pressLessonButton(23) then
  5.     pupSprites(1, 48, 0)
  6.     identifyPlatform()
  7.     if gOnIBM then
  8.       set gMyPath to gSaveItemsDirectoryPath & "\"
  9.     else
  10.       set gMyPath to gSaveItemsDirectoryPath & ":"
  11.     end if
  12.     set gMyPath to gMyPath & "INTCONTE.TXT"
  13.     set gMyText to the text of field "article"
  14.     set gMyFileName to "INTCONTE.TXT"
  15.     saveMyFile()
  16.     alertSave()
  17.   end if
  18.   updateStage()
  19. end
  20.